From 071ccaf8a7e5777f5e6309bd40a4a6d75d660525 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Wed, 3 Nov 2010 12:15:49 +0100 Subject: [PATCH] Theming documentation fixes 2 functions were not in -sections.txt, and GtkStyleSet was renamed to GtkStyleProperties. --- docs/reference/gtk/gtk3-sections.txt | 50 +++++++++++++++------------- 1 file changed, 26 insertions(+), 24 deletions(-) diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt index d47480836b..db3cfadefa 100644 --- a/docs/reference/gtk/gtk3-sections.txt +++ b/docs/reference/gtk/gtk3-sections.txt @@ -5319,6 +5319,7 @@ gtk_symbolic_color_new_literal gtk_symbolic_color_new_mix gtk_symbolic_color_new_name gtk_symbolic_color_new_shade +gtk_symbolic_color_new_alpha gtk_symbolic_color_resolve gtk_symbolic_color_ref gtk_symbolic_color_unref @@ -5337,32 +5338,32 @@ gtk_gradient_get_type
-gtkstyleset -GtkStyleSet -GtkStyleSet -gtk_style_set_clear -gtk_style_set_get -gtk_style_set_get_property -gtk_style_set_get_valist -gtk_style_set_lookup_color -gtk_style_set_lookup_property -gtk_style_set_map_color -gtk_style_set_merge -gtk_style_set_new -gtk_style_set_register_property -gtk_style_set_set -gtk_style_set_set_property -gtk_style_set_set_valist -gtk_style_set_unset_property +gtkstyleproperties +GtkStyleProperties +GtkStyleProperties +gtk_style_properties_clear +gtk_style_properties_get +gtk_style_properties_get_property +gtk_style_properties_get_valist +gtk_style_properties_lookup_color +gtk_style_properties_lookup_property +gtk_style_properties_map_color +gtk_style_properties_merge +gtk_style_properties_new +gtk_style_properties_register_property +gtk_style_properties_set +gtk_style_properties_set_property +gtk_style_properties_set_valist +gtk_style_properties_unset_property -GTK_TYPE_STYLE_SET -GTK_IS_STYLE_SET -GTK_IS_STYLE_SET_CLASS -GTK_STYLE_SET -GTK_STYLE_SET_CLASS -GTK_STYLE_SET_GET_CLASS +GTK_TYPE_STYLE_PROPERTIES +GTK_IS_STYLE_PROPERTIES +GTK_IS_STYLE_PROPERTIES_CLASS +GTK_STYLE_PROPERTIES +GTK_STYLE_PROPERTIES_CLASS +GTK_STYLE_PROPERTIES_GET_CLASS -gtk_style_set_get_type +gtk_style_properties_get_type
@@ -5427,6 +5428,7 @@ gtk_render_line gtk_render_option gtk_render_progress gtk_render_slider +gtk_render_activity GTK_TYPE_STYLE_CONTEXT -- 2.30.2